home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / FreeSoftware / MicrosoftXP / demo.exe / scripts / DefineButton2_70 / BUTTONCONDACTION on(release).as
Text File  |  2001-03-22  |  375b  |  23 lines

  1. on(release){
  2.    tellTarget("/section_title")
  3.    {
  4.       gotoAndStop("white_out");
  5.       play();
  6.    }
  7.    tellTarget("/question_space")
  8.    {
  9.       gotoAndStop("white_out");
  10.       play();
  11.    }
  12.    tellTarget("/go_white")
  13.    {
  14.       gotoAndStop("white");
  15.       play();
  16.    }
  17.    tellTarget("/exit_mov")
  18.    {
  19.       gotoAndStop("personal");
  20.       play();
  21.    }
  22. }
  23.